math/rand/v2.PCG.lo (field)
7 uses
math/rand/v2 (current package)
pcg.go#L20: lo uint64
pcg.go#L31: p.lo = seed2
pcg.go#L39: byteorder.BePutUint64(b[4+8:], p.lo)
pcg.go#L51: p.lo = byteorder.BeUint64(data[4+8:])
pcg.go#L72: hi, lo = bits.Mul64(p.lo, mulLo)
pcg.go#L73: hi += p.hi*mulLo + p.lo*mulHi
pcg.go#L76: p.lo = lo
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |